home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / clocks / clocvb / clocvbx.txt < prev    next >
Encoding:
Text File  |  1995-03-16  |  1.2 KB  |  42 lines

  1. CLOC.VBX is shareware..  If you find this VBX useful a small fee of $10 is
  2. requested.  $25 will also get you the source code.  Send US$ Check or Money order to:
  3.  
  4. Brad Guttilla
  5. 4718 Hummingbird Dr.
  6. Waldorf MD 20603
  7.  
  8. Comments or suggestions can be sent to me at 
  9. 73051.1761@cis.com
  10. bfguttilla@aol.com
  11. bfgut@ix.netcom.com
  12.  
  13. CLOC.VBX was writen in MSVC to fill a large hole
  14. I find in most of my VB applications. I am continually
  15. having to write some type of clock routine to show system time.
  16. This routine gives me that capability without rewritting the code 
  17. or using the timer tool.
  18.  
  19. CLOC.VBX
  20.  
  21. Properties
  22.  
  23. Cloc3D - True  ThreeD on
  24.          False ThreeD off
  25. ClocBevel - Raised - Raises control if 3D is on
  26.             Inset - Sinks control if 3D is on
  27. ClocSecs -  True Shows Seconds
  28.             False does not show seconds
  29. ClocType   0 - 12 Hour shows time in 12 hour format
  30.            1 - 24 Hour shows time in 24 hour format
  31.            2 - Elapsed time shows the elapsed time since program started
  32. Tm_0f_Day  time in hh:mm:ss format
  33.  
  34. Events
  35.  
  36. Refresh - resets the Elapsed time to 00:00:00
  37.  
  38. Enclosed is a VB3 sample that shows the three clock types
  39.  
  40.  
  41.  
  42.